summaryrefslogtreecommitdiff
path: root/sc/source/ui/xmlsource
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-09-26 17:53:12 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:20 -0500
commitf1709b198fc162d34bbef5ca8270f6eb71b9efde (patch)
tree43cb5bf0688d19da7ff42651f0eefd85c79a52ab /sc/source/ui/xmlsource
parent12e4634c599cbde5546f6076077e8941df2595c6 (diff)
Add new skeleton files for the new xml source dialog.
Change-Id: I2ac196ea74185fd7f10919ad64434855c5c8b5fa
Diffstat (limited to 'sc/source/ui/xmlsource')
-rw-r--r--sc/source/ui/xmlsource/xmlsourcedlg.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
new file mode 100644
index 000000000000..59a133c39f09
--- /dev/null
+++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
@@ -0,0 +1,13 @@
+/* -*- 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/.
+ */
+
+#include "xmlsourcedlg.hxx"
+#include "xmlsourcedlg.hrc"
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */