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:
Noel Grandin 2019-12-17 15:14:49 +02:00
parent 642e33e53f
commit ab35d0ab54
2 changed files with 2 additions and 5 deletions

View File

@ -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"

View File

@ -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;