summaryrefslogtreecommitdiff
path: root/sw/inc/swdbdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swdbdata.hxx')
-rw-r--r--sw/inc/swdbdata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swdbdata.hxx b/sw/inc/swdbdata.hxx
index 5b270b76837b..e9ff9f420929 100644
--- a/sw/inc/swdbdata.hxx
+++ b/sw/inc/swdbdata.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,8 +34,8 @@
// contains the description of a data source
struct SwDBData
{
- ::rtl::OUString sDataSource;
- ::rtl::OUString sCommand; //table, query or statement
+ ::rtl::OUString sDataSource;
+ ::rtl::OUString sCommand; //table, query or statement
sal_Int32 nCommandType; //com::sun::star::sdb::CommandType
SwDBData() :
nCommandType(0){}