summaryrefslogtreecommitdiff
path: root/ucbhelper/inc/ucbhelper/std_inputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/inc/ucbhelper/std_inputstream.hxx')
-rw-r--r--ucbhelper/inc/ucbhelper/std_inputstream.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/ucbhelper/inc/ucbhelper/std_inputstream.hxx b/ucbhelper/inc/ucbhelper/std_inputstream.hxx
index 2068f45eab4a..23ab4100b945 100644
--- a/ucbhelper/inc/ucbhelper/std_inputstream.hxx
+++ b/ucbhelper/inc/ucbhelper/std_inputstream.hxx
@@ -1,6 +1,6 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
- * Copyright 2012 LibreOffice contributors.
+ * 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
@@ -22,7 +22,6 @@
#include "ucbhelper/ucbhelperdllapi.h"
-
namespace ucbhelper
{
namespace css = com::sun::star;
@@ -111,7 +110,6 @@ namespace ucbhelper
sal_Int64 m_nLength;
};
-
}
#endif