Kaydet (Commit) 30798fbe authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: kill no longer needed ASCII_STR() define

Change-Id: Id7f221ba96594502d04bba05375cba03b0f36970
üst a9470e9b
...@@ -39,12 +39,10 @@ ...@@ -39,12 +39,10 @@
using namespace ::com::sun::star::beans; using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::document; using namespace ::com::sun::star::document;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using ::rtl::OUString;
using namespace ::std; using namespace ::std;
#define ASCII_STR(s) OUString( RTL_CONSTASCII_USTRINGPARAM( s ) )
#define DEFAULT_ENTRY COMPATIBILITY_DEFAULT_NAME #define DEFAULT_ENTRY COMPATIBILITY_DEFAULT_NAME
#define USER_ENTRY ASCII_STR( "_user" ) #define USER_ENTRY "_user"
#define BUTTON_BORDER 2 #define BUTTON_BORDER 2
// struct CompatibilityItem ---------------------------------------------- // struct CompatibilityItem ----------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment