summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/bastype3.hxx')
-rw-r--r--basctl/source/basicide/bastype3.hxx13
1 files changed, 9 insertions, 4 deletions
diff --git a/basctl/source/basicide/bastype3.hxx b/basctl/source/basicide/bastype3.hxx
index b2228287188a..5d51783e8fd8 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BASTYPE3_HXX
-#define _BASTYPE3_HXX
+#ifndef BASCTL_BASTYPE3_HXX
+#define BASCTL_BASTYPE3_HXX
#include <svheader.hxx>
@@ -27,6 +27,9 @@
#ifndef NO_SPECIALEDIT
+namespace basctl
+{
+
class ExtendedEdit : public Edit
{
private:
@@ -49,8 +52,10 @@ public:
Accelerator& GetAccelerator() { return aAcc; }
};
-#endif //NO_SPECIALEDIT
+} // namespace basctl
+
+#endif // NO_SPECIALEDIT
-#endif // _BASTYPE3_HXX
+#endif // BASCTL_BASTYPE3_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */