PreviewValueSet.hxx (37fee4fd) PreviewValueSet.hxx (86e1cf34)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23#define SD_SIDEBAR_PANELS_PREVIEW_VALUE_SET_HXX
24
25#include <svtools/valueset.hxx>
26
27
28namespace sd { namespace sidebar {
29
30
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23#define SD_SIDEBAR_PANELS_PREVIEW_VALUE_SET_HXX
24
25#include <svtools/valueset.hxx>
26
27
28namespace sd { namespace sidebar {
29
30
31/** Adapt the svtools valueset to the needs of the master page controlls.
31/** Adapt the svtools valueset to the needs of the master page controls.
32*/
33class PreviewValueSet
34 : public ValueSet
35{
36public:
37 PreviewValueSet (::Window* pParent);
38 ~PreviewValueSet (void);
39

--- 30 unchanged lines hidden ---
32*/
33class PreviewValueSet
34 : public ValueSet
35{
36public:
37 PreviewValueSet (::Window* pParent);
38 ~PreviewValueSet (void);
39

--- 30 unchanged lines hidden ---