diff options
Diffstat (limited to 'include/svtools/urlcontrol.hxx')
-rw-r--r-- | include/svtools/urlcontrol.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svtools/urlcontrol.hxx b/include/svtools/urlcontrol.hxx index 85d538bc2b69..443f8f6c3665 100644 --- a/include/svtools/urlcontrol.hxx +++ b/include/svtools/urlcontrol.hxx @@ -23,14 +23,14 @@ #include <svtools/svtdllapi.h> #include <svtools/inettbc.hxx> -//......................................................................... + namespace svt { -//......................................................................... - //===================================================================== + + //= OFileURLControl - //===================================================================== + class SVT_DLLPUBLIC OFileURLControl : public SvtURLBox { private: @@ -45,9 +45,9 @@ namespace svt virtual bool Notify( NotifyEvent& rNEvt ); }; -//......................................................................... + } // namespace svt -//......................................................................... + #endif // INCLUDED_SVTOOLS_URLCONTROL_HXX |