summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/datwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/brwbox/datwin.hxx')
-rw-r--r--svtools/source/brwbox/datwin.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/brwbox/datwin.hxx b/svtools/source/brwbox/datwin.hxx
index ed882535c749..3eb884e6b9d5 100644
--- a/svtools/source/brwbox/datwin.hxx
+++ b/svtools/source/brwbox/datwin.hxx
@@ -28,13 +28,11 @@
#include <vector>
-
#define MIN_COLUMNWIDTH 2
typedef ::std::vector< Rectangle* > RectangleList;
-
class ButtonFrame
{
Rectangle aRect;
@@ -64,7 +62,6 @@ public:
};
-
class BrowserColumn
{
sal_uInt16 _nId;
@@ -94,7 +91,6 @@ public:
};
-
class BrowserDataWin
:public Control
,public DragSourceHelper
@@ -180,7 +176,6 @@ protected:
};
-
class BrowserScrollBar: public ScrollBar
{
sal_uLong _nTip;
@@ -204,12 +199,10 @@ public:
};
-
void InitSettings_Impl( vcl::Window *pWin,
bool bFont = true, bool bForeground = true, bool bBackground = true );
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */