summaryrefslogtreecommitdiff
path: root/include/svtools/filectrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/filectrl.hxx')
-rw-r--r--include/svtools/filectrl.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svtools/filectrl.hxx b/include/svtools/filectrl.hxx
index 1dbb4f33dc81..22acd8ebbb44 100644
--- a/include/svtools/filectrl.hxx
+++ b/include/svtools/filectrl.hxx
@@ -25,15 +25,13 @@
#include <vcl/edit.hxx>
#include <vcl/button.hxx>
-
-#define STR_FILECTRL_BUTTONTEXT 333 // ID-Range?!
-
// Flags for internal use of FileControl
enum class FileControlMode_Internal
{
INRESIZE = 0x0001,
ORIGINALBUTTONTEXT = 0x0002,
};
+
namespace o3tl
{
template<> struct typed_flags<FileControlMode_Internal> : is_typed_flags<FileControlMode_Internal, 0x03> {};