summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-18 12:38:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-18 13:56:48 +0100
commit5ade04867f280b18dfbfb7e60568ed58b32d6bbc (patch)
tree4f55eaba839d37307469b052bd06389350cd6ab9 /offapi/com
parent01d839f257056ed2fb6a79fed3f1d33fdbd76b6e (diff)
Resolves: #i87883# add a PrinterServer.idl and fix impl
Change-Id: Id351109616737f916d7f4c2715347daa23367281
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/awt/PrinterServer.idl28
1 files changed, 28 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/PrinterServer.idl b/offapi/com/sun/star/awt/PrinterServer.idl
new file mode 100644
index 000000000000..e323939988f4
--- /dev/null
+++ b/offapi/com/sun/star/awt/PrinterServer.idl
@@ -0,0 +1,28 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef __com_sun_star_awt_PrinterServer_idl__
+#define __com_sun_star_awt_PrinterServer_idl__
+
+#include <com/sun/star/awt/XPrinterServer.idl>
+
+module com { module sun { module star { module awt {
+
+/** mechanism to discover and manage printers
+ */
+service PrinterServer
+{
+ interface com::sun::star::awt::XPrinterServer;
+};
+
+}; }; }; };
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */