summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-18 14:03:25 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-18 14:04:04 +0200
commitf7c3d1a1a75c68147641caee805d36b847c23fab (patch)
tree783950fafe0d167421b9393d01d7b8634d5698fa /vcl/inc
parent629661de4a804bebaf2368adb865d14d04fa81ce (diff)
vcl: [loplugin:reservedid]
Change-Id: I47d4322f094456761e497b3ca5feb5a5dfc73704
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/cpdmgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/unx/cpdmgr.hxx b/vcl/inc/unx/cpdmgr.hxx
index de8aab4547ce..dea353384f1b 100644
--- a/vcl/inc/unx/cpdmgr.hxx
+++ b/vcl/inc/unx/cpdmgr.hxx
@@ -25,6 +25,9 @@
#if ENABLE_DBUS && ENABLE_GIO
#include <gio/gio.h>
+#else
+typedef struct _GDBusProxy GDBusProxy;
+typedef struct _GDBusConnection GDBusConnection;
#endif
#include "printerinfomanager.hxx"
@@ -34,9 +37,6 @@
#define FRONTEND_INTERFACE "/usr/share/dbus-1/interfaces/org.openprinting.Frontend.xml"
#define BACKEND_INTERFACE "/usr/share/dbus-1/interfaces/org.openprinting.Backend.xml"
-typedef struct _GDBusProxy GDBusProxy;
-typedef struct _GDBusConnection GDBusConnection;
-
namespace psp
{