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:
@@ -28,7 +28,8 @@
|
|||||||
|
|
||||||
using namespace hierarchy_ucp;
|
using namespace hierarchy_ucp;
|
||||||
|
|
||||||
|
#define HIERARCHY_URL_SCHEME "vnd.sun.star.hier"
|
||||||
|
#define HIERARCHY_URL_SCHEME_LENGTH 17
|
||||||
#define DEFAULT_DATA_SOURCE_SERVICE \
|
#define DEFAULT_DATA_SOURCE_SERVICE \
|
||||||
"com.sun.star.ucb.DefaultHierarchyDataSource"
|
"com.sun.star.ucb.DefaultHierarchyDataSource"
|
||||||
|
|
||||||
|
@@ -25,10 +25,6 @@
|
|||||||
namespace hierarchy_ucp {
|
namespace hierarchy_ucp {
|
||||||
|
|
||||||
|
|
||||||
#define HIERARCHY_URL_SCHEME "vnd.sun.star.hier"
|
|
||||||
#define HIERARCHY_URL_SCHEME_LENGTH 17
|
|
||||||
|
|
||||||
|
|
||||||
class HierarchyUri
|
class HierarchyUri
|
||||||
{
|
{
|
||||||
mutable OUString m_aUri;
|
mutable OUString m_aUri;
|
||||||
|
Reference in New Issue
Block a user