loplugin:duplicate-defines
not used outside the .cxxx file, so move them there Change-Id: I1043d58bfa849c67a572d53c4cc60fc7e227d508 Reviewed-on: https://gerrit.libreoffice.org/85337 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
642e33e53f
commit
ab35d0ab54
@ -28,7 +28,8 @@
|
||||
|
||||
using namespace hierarchy_ucp;
|
||||
|
||||
|
||||
#define HIERARCHY_URL_SCHEME "vnd.sun.star.hier"
|
||||
#define HIERARCHY_URL_SCHEME_LENGTH 17
|
||||
#define DEFAULT_DATA_SOURCE_SERVICE \
|
||||
"com.sun.star.ucb.DefaultHierarchyDataSource"
|
||||
|
||||
|
@ -25,10 +25,6 @@
|
||||
namespace hierarchy_ucp {
|
||||
|
||||
|
||||
#define HIERARCHY_URL_SCHEME "vnd.sun.star.hier"
|
||||
#define HIERARCHY_URL_SCHEME_LENGTH 17
|
||||
|
||||
|
||||
class HierarchyUri
|
||||
{
|
||||
mutable OUString m_aUri;
|
||||
|
Loading…
x
Reference in New Issue
Block a user