diff options
Diffstat (limited to 'extensions/source/propctrlr/cellbindinghelper.hxx')
-rw-r--r-- | extensions/source/propctrlr/cellbindinghelper.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/cellbindinghelper.hxx b/extensions/source/propctrlr/cellbindinghelper.hxx index 69aff206c3bd..532438dc9844 100644 --- a/extensions/source/propctrlr/cellbindinghelper.hxx +++ b/extensions/source/propctrlr/cellbindinghelper.hxx @@ -30,14 +30,14 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/sheet/XSpreadsheet.hpp> -//............................................................................ + namespace pcr { -//............................................................................ - //======================================================================== + + //= CellBindingHelper - //======================================================================== + /** encapsulates functionality related to binding a form control to a spreadsheet cell */ class CellBindingHelper @@ -273,9 +273,9 @@ namespace pcr ) const SAL_THROW(()); }; -//............................................................................ + } // namespace pcr -//............................................................................ + #endif // EXTENSIONS_PROPCTRLR_CELLBINDINGHELPER_HXX |