diff options
Diffstat (limited to 'extensions/source/propctrlr/browserline.hxx')
-rw-r--r-- | extensions/source/propctrlr/browserline.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/browserline.hxx b/extensions/source/propctrlr/browserline.hxx index 32c34627fe7a..1c8b6e4d265f 100644 --- a/extensions/source/propctrlr/browserline.hxx +++ b/extensions/source/propctrlr/browserline.hxx @@ -29,14 +29,14 @@ namespace com { namespace sun { namespace star { namespace inspection { namespac const sal_Int16 CompleteLine = 0x4000; } } } } } -//............................................................................ + namespace pcr { -//............................................................................ + class OBrowserLine; - //======================================================================== + class IButtonClickListener { public: @@ -46,7 +46,7 @@ namespace pcr ~IButtonClickListener() {} }; - //======================================================================== + class OBrowserLine { private: @@ -126,9 +126,9 @@ namespace pcr void impl_getImagesFromURL_nothrow( const OUString& _rImageURL, Image& _out_rImage ); }; -//............................................................................ + } // namespace pcr -//............................................................................ + #endif // _EXTENSIONS_PROPCTRLR_BROWSERLINE_HXX_ |