diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-04-06 12:21:40 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-04-09 09:53:47 +0900 |
commit | 5e4cb2bc63e656e47096c631b01a82eab26c1368 (patch) | |
tree | 3714220337c932200ca946d860113af15c955cec /sfx2/source/inc | |
parent | 7380228751ea2af89489f0bad5739d83a9900196 (diff) |
cleanup templdgi.hxx
Change-Id: I75a9444faa8136ed333adc2b0b47c9b91b1c7a3e
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/templdgi.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx index df406d29e2c1..580f3ade0c2a 100644 --- a/sfx2/source/inc/templdgi.hxx +++ b/sfx2/source/inc/templdgi.hxx @@ -46,9 +46,9 @@ class SfxTemplateDialog_Impl; class SfxCommonTemplateDialog_Impl; class SfxDockingWindow; -namespace com { namespace sun { namespace star { namespace frame { class XModuleManager2; } } } } - -// class DropListBox_Impl ------------------------------------------------ +namespace com { namespace sun { namespace star { namespace frame { + class XModuleManager2; +}}}} class DropListBox_Impl : public SvTreeListBox { @@ -300,7 +300,6 @@ public: DropToolBox_Impl(vcl::Window* pParent, SfxTemplateDialog_Impl* pTemplateDialog); virtual ~DropToolBox_Impl(); }; -// class SfxTemplateDialog_Impl ------------------------------------------ class SfxTemplateDialog_Impl : public SfxCommonTemplateDialog_Impl { |