diff options
Diffstat (limited to 'extensions/source/propctrlr/buttonnavigationhandler.hxx')
-rw-r--r-- | extensions/source/propctrlr/buttonnavigationhandler.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/buttonnavigationhandler.hxx b/extensions/source/propctrlr/buttonnavigationhandler.hxx index c96cc6359c75..7f10f78e6c95 100644 --- a/extensions/source/propctrlr/buttonnavigationhandler.hxx +++ b/extensions/source/propctrlr/buttonnavigationhandler.hxx @@ -22,14 +22,14 @@ #include "propertyhandler.hxx" -//........................................................................ + namespace pcr { -//........................................................................ - //==================================================================== + + //= ButtonNavigationHandler - //==================================================================== + class ButtonNavigationHandler; typedef HandlerComponentBase< ButtonNavigationHandler > ButtonNavigationHandler_Base; /** a property handler for any virtual string properties @@ -71,9 +71,9 @@ namespace pcr SAL_CALL doDescribeSupportedProperties() const; }; -//........................................................................ + } // namespace pcr -//........................................................................ + #endif // EXTENSIONS_SOURCE_PROPCTRLR_BUTTONNAVIGATIONHANDLER_HXX |